home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- if(_root.even25 == 0)
- {
- _root.next_dis1 = 9;
- _root.di1 = 267;
- _root.next_txt1 = "I\'m sorry dear, the kitchen is off limits for students.";
- }
- else
- {
- _root.nogo.exit3._x = _root.lvl.hewitt._x;
- _root.nogo.exit3._y = _root.lvl.hewitt._y;
- }
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Seems to be the entrance to the kitchen.";
- }
- }
- }
-